summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jochen Sprickerhof [Thu, 13 Oct 2022 17:52:57 +0000 (19:52 +0200)]
Remove constexpr
Fixes:
error: constexpr variable 'kHostAltSigStackSize' must be initialized by a constant expression
Gbp-Pq: Name 0016-Remove-constexpr.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
fix-build-on-armhf
Gbp-Pq: Name fix-build-on-armhf.patch
Peter Collingbourne [Thu, 24 Jun 2021 17:17:39 +0000 (10:17 -0700)]
Switch to an assembler macro for CFI_RESTORE_STATE_AND_DEF_CFA
Newer versions of clang reject multiple assembler directives
on the same line, which breaks the preprocessor macro
CFI_RESTORE_STATE_AND_DEF_CFA. Fix it by making it an assembler
macro instead.
Bug:
191980979
Change-Id: I823ff9c66336931249d2bac40280b24ecdebd0cf
(cherry picked from commit
082659bcbf66c08e2ad9be88363c7ab88c50e114)
Gbp-Pq: Name add-assembler-macro.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
Add missing 'std::' scope identifiers.
Forwarded: not-needed
Gbp-Pq: Name fix-standard-namespace-errors.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
arm asm instruction
Forwarded: not-needed
Gbp-Pq: Name arm-asm-instruction.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
Workaround cacheflush on arm
Forwarded: not-needed
Gbp-Pq: Name workaround-cacheflush-on-arm.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
non-x86 arches do not have PAGE_SIZE
Forwarded: not-needed
Gbp-Pq: Name fix-build-on-non-x86.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
Use `Stats*` instead of `Stats`
Forwarded: not-needed
Gbp-Pq: Name stats-incomplete-def.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
Fix python interpreter name
Forwarded: not-needed
Gbp-Pq: Name python3-gen_mterp.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
Add standard namespace scope resolution
Forwarded: not-needed
Gbp-Pq: Name method-reference-std-ns.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
Fix concatenation of storage_mode string.
Forwarded: not-needed
Gbp-Pq: Name storage-mode-concat.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
get libart building
Forwarded: not-needed
Gbp-Pq: Name image-space-dereference.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
Conforms with the exception specification of `std::atomic`
Forwarded: not-needed
All constructors of `std::atomic` require `noexcept`. As a result, its members
must also be able to instantiate without any exception throwing.
Gbp-Pq: Name atomic-exception-specification.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
Use `ucontext_t` instead of `ucontext`
Forwarded: not-needed
Both Bionic and glibc define a struct called `ucontext_t` but only Bionic
defines an alias `ucontext_t`. Let's use the more standardized one.
Gbp-Pq: Name ucontext.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
somehow upstream builds don't need these headers :-/
Forwarded: not-needed
Gbp-Pq: Name missing-system-includes.patch
Android Tools Maintainers [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
Make libart use dlmalloc from
https://android.googlesource.com/platform/external/dlmalloc
Forwarded: not-needed
Gbp-Pq: Name use-android-dlmalloc.patch
Jochen Sprickerhof [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
android-platform-art (11.0.0+r48-4) unstable; urgency=medium
[ 殷啟聰 | Kai-Chung Yan ]
* Remove myself from Uploaders
[ Jochen Sprickerhof ]
* Add patch to fix FTBFS (Closes: #
1017143)
* Fix lintian upstream-metadata-field-unknown
* Disable LTO as the package uses clang and FTBFS (Closes: #
1015353)
* Add myself to Uploaders
[dgit import unpatched android-platform-art 11.0.0+r48-4]
Jochen Sprickerhof [Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)]
Import android-platform-art_11.0.0+r48-4.debian.tar.xz
[dgit import tarball android-platform-art 11.0.0+r48-4 android-platform-art_11.0.0+r48-4.debian.tar.xz]
Roger Shimizu [Tue, 3 May 2022 16:51:47 +0000 (17:51 +0100)]
Import android-platform-art_11.0.0+r48.orig.tar.xz
[dgit import orig android-platform-art_11.0.0+r48.orig.tar.xz]